From ce02590fa2edc755ce0537d0e6f44be55bddda68 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 11 Apr 2010 22:39:35 +0000 Subject: [PATCH] Special case 'Geocache Found' icon for Delbin. --- delbin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/delbin.c b/delbin.c index fc6e13d34..155c1974b 100644 --- a/delbin.c +++ b/delbin.c @@ -1133,6 +1133,8 @@ get_gc_notes(const waypoint* wp, int* symbol, char** notes, unsigned* notes_size case gt_ape: break; } + if (0 == strcmp(wp->icon_descr, "Geocache Found")) + gc_sym = 124; if (wp->description) { gbfputs(wp->description, fd); if (wp->gc_data->placer) { -- 2.30.2